/*公司简介*/

.cont {
	width: 80%;
	margin: 0.2rem auto;
}

.cont .img-box {
	float: left;
	width: 30%;
}

.cont .img-box a {
	display: block;
}

.cont .img-box a img {
	width: 90%;
}

.cont .box {
	width: 70%;
	float: left;
}

.cont .box h5 {
	font-weight: 300;
	font-size: 0.1rem;
}

.cont .box p {
	font-size: 0.05rem;
	margin: 0.1rem 0 0.1rem 0;
	line-height: 0.08rem;
}

.cont .box .more-btn {
	display: inline-block;
	font-size: 0.06rem;
	border: 1px solid #333;
	width: 12%;
	text-align: center;
	padding: 0.02rem 0;
}

.cont .box .more-btn:hover {
	background: #2980e3;
	color: #fff;
	border: 1px solid #2980e3;
}


/*产品展示*/

.section {
	width: 80%;
	margin: 0 auto;
}

.section .title {
	text-align: center;
	font-weight: 300;
	font-size: 0.12rem;
	padding-bottom: 0.05rem;
	position: relative;
}

.section .title:after {
	content: "";
	width: 10%;
	height: 0.02rem;
	background: #e40000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.section .pic-list {
	margin-top: 0.2rem;
}

.section .pic-list li {
	float: left;
	width: 24%;
	margin-bottom: 0.1rem;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease;
	margin-right: 0.05rem;
}

.section .pic-list li p {
	text-align: center;
	font-size: 0.06rem;
}


/*查看更多*/

.see-more {
	display: block;
	width: 15%;
	margin: 5% auto;
	font-size: 0.06rem;
	text-align: center;
	line-height: 0.16rem;
	border: 1px solid #262626;
	border-radius: 0.03rem;
	-webkit-border-radius: 0.03rem;
	-moz-border-radius: 0.03rem;
	-m-border-radius: 0.03rem;
}
.see-more:hover{
	color: #2980e3;
	border-color: #2980e3;
}

/*公司新闻*/

.news {
	width: 100%;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 0 15%;
	padding-bottom: 0.03rem;
}

.news .title {
	text-align: center;
	font-size: 0.1rem;
	font-weight: 300;
	padding: 2% 0;
	position: relative;
}

.news .title:before {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	left: 43%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news .title:after {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	right: 41%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news .news-box li {
	float: left;
	width: 32%;
	font-size: 0.06rem;
	margin-right: 0.05rem;
}

.news .news-box li .im-box {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.news .news-box li .im-box {
	transition: all 0.6s;
}

.news .news-box li .cont-box {
	min-height: 147px;
	padding: 30px;
	background: #FFFFFF;
	z-index: 999;
}

.news .news-box li .cont-box p {
	color: rgb(102 102 102);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*企业一角*/

.cop-box {
	width: 70%;
	margin: 0 auto;
}

.cop-box .title {
	text-align: center;
	font-size: 0.1rem;
	font-weight: 300;
	padding: 2% 0;
	position: relative;
}

.cop-box .title:before {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	left: 44.5%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cop-box .title:after {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	right: 42.8%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cop-box .cop-list li {
	float: left;
	width: 32%;
	position: relative;
	margin-right: 0.1rem;
}

.cop-box .cop-list li:nth-child(3n) {
	margin-right: 0;
}
.cop-box .cop-list li .pic-box{
	overflow: hidden;
	max-height: 250px;
	
}
.cop-box .cop-list li img {
	width: 100%;
	position: relative;
	transition: all 1s;
}

.cop-box .cop-list li img:hover {
	-webkit-transform:scale(1.5,1.5);
}

.cop-box .cop-list li p {
	color: #fff;
	font-size: 0.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
